#fixer20220902 {
    left: 10px;
    bottom: 20px;
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 5px;
    width:auto;
    height: auto;
}

#fixer20220902 img {
    margin: 5px;
    display: block;
    width: 310px;
    height: 120px;
}

#fixer20220902 span {
    right: 0;
    top: -16px;
    height: 26px;
    display: block;
    position: absolute;
    cursor: pointer;
    background: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    white-space: nowrap;
    padding: 0 10px;
}
.top-banner {
    width: 100%;
    position: relative;
    top: 0;

}
.top-banner img {
    width: 100%;
}